home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2002 June / PC-WELT 6-2002.ISO / pcwstart.exe / scripts / DefineButton2_17 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-04-15  |  81 b   |  5 lines

  1. on(release){
  2.    fscommand("exec","JWEB\tindex.htm");
  3.    fscommand("quit");
  4. }
  5.